Instructs the object to produce pixels.
シンタックス
'宣言
Public Overloads Sub CopyPixels( _
ByVal () As System.Byte, _
ByVal As System.Integer _
)
public void CopyPixels(
System.byte[] ,
System.int
)
パラメータ
- output
- The destination array. The size of the array must be sizeof(pixel) * Width * Height
- stride
- The stride (number of bytes per row).
参照